home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0195-Re Mixing C and Pas-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-27  |  1.1 KB  |  42 lines  |  [TEXT/GEOL]

  1. Item    5758219                         27-Oct-89        07:46
  2.  
  3. From:   SCHMUCKER1                      Schmucker, Kurt
  4.  
  5. To:     UK0098                          Sign Express Software
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    Re: Mixing C and Pascal in…
  10.  
  11. Mark,
  12.  
  13.     Two suggestions:
  14.  
  15.         1) Convert to MacApp 2.0ß9.
  16.  
  17.         2) I believe that the ORDER of the libraries in the linking makes the
  18. difference.  Here is the Make file entries for the last time I mixed C and
  19. Pascal (it was with ß5 and probably an MPW 3.0 pre-release).  Hope this helps:
  20.  
  21. NeededSysLibs = ∂
  22.    "{Libraries}Interface.o"∂
  23.    "{CLibraries}"CLib881.o ∂
  24.    "{CLibraries}"CInterface.o ∂
  25.    "{CLibraries}"StdCLib.o ∂
  26.    "{CLibraries}CSANELib881.o"∂
  27.    "{CLibraries}Math881.o"∂
  28.    "{CLibraries}Complex881.o"∂
  29.    "{CLibraries}"CPlusLib.o ∂
  30.    "{PLibraries}PasLib.o"∂
  31.    "{Libraries}"ToolLibs.o ∂
  32.    "{PLibraries}SANELib881.o" ∂
  33.    "{Libraries}"ObjLib.o
  34.  
  35.  
  36. (Remember that AppleLink eats special characters, like the MPW line contiuation
  37. character.)
  38.  
  39.  
  40.                 Kurt
  41.  
  42.